.tc{position:relative;
       float: left;
    min-height: 1px;
    margin-left: 20px;
}
.tc img{height:280px;}
.field-content
{   position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15%;
    text-align: center;
}

.field-content a {
    color: #FBF9F9;
    text-decoration: none;
}

.fd {
      width: 131px;
      height:270px;
      float: left;
      padding-left:8px;
      /* padding-right:5px; */
      background-color:#F7EEEE;
}

.fd h3{
    color: red;
    font-size: 27px;
}

.fd p{
    font-size: small;
    padding-top: 4px;
    letter-spacing: 2px;
}

.blackbg {
    width: 100%;
    height: 15%;
    bottom: 0;
    background-color: #000;
    filter: alpha(opacity=30);
    moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.pa { position: absolute;}